Description
Remove a named Acces Control List from the input document(s). Returns the document(s).
Operation id | Document.RemoveACL |
Category | Document |
Label | Remove ACL |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.RemoveACL",
"label" : "Remove ACL",
"category" : "Document",
"requires" : null,
"description" : "Remove a named Acces Control List from the input document(s). Returns the document(s).",
"url" : "Document.RemoveACL",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "acl",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}